Definition at line 39 of file CDropEvent.hpp.
| Exponent::GUI::Events::CDropEvent::CDropEvent | ( | const CPoint & | position | ) |
| virtual Exponent::GUI::Events::CDropEvent::~CDropEvent | ( | ) | [virtual] |
| const CPoint& Exponent::GUI::Events::CDropEvent::getDropFilePosition | ( | ) | const |
| TStringCountedPointerArray* Exponent::GUI::Events::CDropEvent::getDroppedFileNames | ( | ) | const |
| CDropEvent& Exponent::GUI::Events::CDropEvent::operator= | ( | const CDropEvent & | event | ) |
| void Exponent::GUI::Events::CDropEvent::setDropFilePosition | ( | const CPoint & | position | ) |
TStringCountedPointerArray* Exponent::GUI::Events::CDropEvent::m_droppedFiles [protected] |
The names of the files tht have been dropped
Definition at line 77 of file CDropEvent.hpp.
CPoint Exponent::GUI::Events::CDropEvent::m_position [protected] |
The position that they were dropped at
Definition at line 78 of file CDropEvent.hpp.